ostree.git
2015-05-07 Matthew BarnesUse g_autoptr(GChecksum) instead of gs_free_checksum
2015-05-07 Matthew BarnesUse glnx_unref_object instead of gs_unref_object
2015-05-07 Matthew BarnesUse g_autoptr() for GIO object types
2015-05-07 Matthew BarnesUse g_autofree instead of gs_free
2015-05-07 Matthew BarnesJuggling libglnx.h includes
2015-05-07 Matthew Barnesgpg: Add ostree_gpg_verify_result_describe_variant()
2015-05-06 Colin Waltersrepo: Stop creating "transaction" symlink
2015-05-06 Matthew Barneslibglnx: Pick up bugfix and backports
2015-05-06 Colin WaltersTeach fsck about partial commits
2015-05-06 Colin Walterscore: Cleanup commitpartial file with fd-relative lookups
2015-05-05 Giuseppe Scrivanodoc: remove unknown parameter from inline documentation
2015-05-05 Matthew Barnesrepo: Fix an obvious typo
2015-05-05 Giuseppe Scrivanolibglnx: fix reference to commit
2015-05-05 Colin Walterssysroot: Add an API to lock
2015-05-04 Matthew BarnesFix build when using GLib < 2.44
2015-05-03 Giuseppe Scrivanopull: the commit size in the summary is not for the...
2015-05-01 Matthew Barnesgpg: Fix _ostree_gpg_verifier_add_keyring()
2015-05-01 Matthew Barnesostree: Split up "remote" subcommands
2015-05-01 Matthew Barnesrepo: Initialize GPGME in instance init()
2015-05-01 Matthew Barneslibotutil: Add ot_gpgme_ctx_tmp_home_dir()
2015-05-01 Matthew Barneslibotutil: Establish a place for GPG utilities
2015-04-27 Giuseppe Scrivanoshow: add option --gpg-homedir
2015-04-27 Giuseppe Scrivanogpg: do not use secring.gpg
2015-04-24 Giuseppe Scrivanog_output_stream_splice: check correctly the error code
2015-04-24 Giuseppe Scrivanotest-auto-summary.sh properly quote arguments to assert...
2015-04-23 Matthew Barnespull: Always request detached metadata for commits
2015-04-23 Micah Abbottreset: update help output
2015-04-21 Giuseppe ScrivanoREADME.md: fix typo
2015-04-21 Colin Waltersdeploy: Drop a fsync, use fd-relative APIs
2015-04-21 Colin Waltersdeploy: Drop fsync of modified config files
2015-04-21 Colin Waltersdeploy: Use syncfs() in addition to sync()
2015-04-21 Colin Waltersstatus: Don't crash if we deployed a local refspec
2015-04-20 Colin Walterssysroot: Close sysroot fd in finalize
2015-04-17 Colin Walterslibglnx: Update from master
2015-04-17 Colin WaltersRelease 2015.6
2015-04-17 Colin Walterssysroot: Add ostree_sysroot_get_fd()
2015-04-17 Matthew Barnesmain: Tweak GPG output to match rpm-ostree
2015-04-17 Matthew Barnessysroot: Cache an OstreeRepo instance
2015-04-16 Matthew Barnesadmin: Conditionally show GPG signatures in status...
2015-04-16 Matthew Barnesrepo: Add ostree_repo_remote_get_gpg_verify()
2015-04-16 Matthew Barnespull: Print GPG signature status as soon as its known
2015-04-16 Matthew Barnesrepo: Add a "gpg-verify-result" signal
2015-04-16 Matthew Barnesrepo: Improve error handling in sign_data()
2015-04-15 Colin Waltersreset: Don't enforce parent commits
2015-04-14 Colin Walterslibglnx: Update to latest
2015-04-14 Giuseppe Scrivanoconfig: add new parameter "commit-update-summary" to...
2015-04-14 Giuseppe Scrivanosummary: write the contents to a temporary file
2015-04-14 Giuseppe Scrivano_ostree_repo_file_replace_contents: make buf const
2015-04-14 Matthew Barnestests: Fix root uid check in test-commit-sign.sh
2015-04-14 Matthew Barneslibglnx: Pick up file permission regression fix
2015-04-13 Colin Waltersrepo: Add a private helper to replace a file, honoring...
2015-04-13 Colin Waltersrefs: Use *at for writes, honor repo fsync flag
2015-04-13 Giuseppe Scrivanoostree_repo_checkout_tree_at: remove @subpath documentation
2015-04-10 Colin WaltersAdd an API to set/unset a deployment tree's mutability
2015-04-10 Colin Walterspull-metalink: Don't print error output when we expect...
2015-04-08 Matthew Barnesadmin: Show GPG signatures in status command
2015-04-08 Matthew Barnesgpg: Add ostree_gpg_verify_result_describe()
2015-04-07 Colin WaltersRelease 2015.5
2015-04-07 Colin Waltersostree_repo_checkout_tree_at: New API for checkouts
2015-04-06 Colin Walterspull: Handle remote web server not honoring range requests
2015-04-06 Colin Walterstests: Verify that the pull error was from interruption
2015-04-06 Matthew Barnescore: Actually allow none in ostree_parse_refspec()
2015-04-06 Daniel Svenssontests: Missing linker flags for test-rollsum
2015-04-05 Colin Waltersdist-packaging: Don't delete 91-ostree.preset, do clean...
2015-04-03 Giuseppe Scrivanotests: skip test-commit-sign.sh when not root
2015-04-03 Giuseppe Scrivanobuild: exclude .sig files from syntax-check
2015-04-03 Giuseppe Scrivanosrc/ostree/ot-main.c: drop empty newline at end of...
2015-04-03 Giuseppe Scrivanotests/basic-test.sh: enable repo-noperm test only for...
2015-04-02 Giuseppe Scrivanobuild: Drop libattr from the spec file
2015-04-01 Daniel Svenssonbuild: Use glibc's xattr support instead of requiring...
2015-04-01 Colin Waltersmain: Only verify SUPERUSER flag if using default sysroot
2015-03-31 Matthew BarnesInclude ostree-gpg-verify-result.h in ostree.h
2015-03-31 Sam Thursfieldcore: Fix possible crash in ostree_mutable_tree_walk()
2015-03-26 Giuseppe Scrivanobsdiff: change submodule location
2015-03-25 Matthew BarnesAdd OSTREE_ADMIN_BUILTIN_FLAG_SUPERUSER
2015-03-25 Matthew BarnesAdd OstreeAdminBuiltinFlags for admin commands
2015-03-25 Matthew Barnestests: Add a test case for unwritable repos
2015-03-25 Matthew BarnesCheck repo permission prior to attempting to modify it
2015-03-25 Matthew BarnesAdd ostree_ensure_repo_writable()
2015-03-25 Matthew BarnesAdd ostree_repo_is_writable()
2015-03-25 Colin WaltersRelease 2015.4
2015-03-24 Colin Waltersgpg-sign: Add missing NULL terminator in options
2015-03-23 Alexander LarssonFix build with !HAVE_LIBSOUP
2015-03-20 Matthew Barnesgpg-sign: Update man page for --delete option
2015-03-20 Colin Walterslibglnx: Update to latest
2015-03-20 Colin Waltersbuild: ostree-gpg-verify-result.h is a public header...
2015-03-20 Alexander LarssonFix build failure on g_autoptr(gchar) with glib master
2015-03-19 Matthew Barnesgpg: Regenerate test data for test-gpg-verify-result
2015-03-19 Matthew Barnesgpg: Link to GPGME bug about GPGME_SIGSUM_KEY_REVOKED
2015-03-18 Matthew Barnestests: Update test-gpg-signed-commit.sh
2015-03-18 Matthew Barnesshow: Print a blurb for each signature on a commit
2015-03-18 Matthew Barnesgpg-sign: Add a --delete option to delete signatures
2015-03-18 Matthew Barnesrepo: Reject duplicate signatures when signing commit
2015-03-18 Matthew Barnesrepo: Add ostree_repo_verify_commit_ext()
2015-03-18 Matthew Barnesgpg: Add OstreeGpgVerifyResult
2015-03-18 Dan Nicholsonfsck: Fix object count output
2015-03-16 Matthew BarnesOstreeGpgVerifier: Take the signed data as a GBytes
2015-03-16 Matthew BarnesOstreeGpgVerifier: Don't add trustdb.gpg to the keyring...
2015-03-16 Giuseppe Scrivanoostree-repo.c: fix typo
2015-03-13 Matthew Barnesrepo: Delete .commitmeta file on empty metadata
next